SftTabs/NET 6.0

ButtonAlignment Property, ScrollingClass Class

Softel vdm, Inc.

Defines the alignment of the scroll buttons.

Syntax      ScrollingClass Class (Softelvdm.SftTabsNET)

VB   

Public Property ButtonAlignment As ButtonAlignmentEnum

C#   

public ButtonAlignmentEnum ButtonAlignment { get; set; }

C++   

public: property ButtonAlignmentEnum ButtonAlignment {
        ButtonAlignmentEnum get();
        void set(ButtonAlignmentEnum value);
}

Property Value

The button alignment.

ButtonAlignmentEnum

Value

Description

Near

0

The buttons appear near the tab control's visible border (touching the border of the tab page).

Center

1

The buttons appear centered within the tab control's visible border and the outside edge of the tab control window.

Far

2

The buttons appear aligned with the outside edge of the tab control window.

The default value is ButtonAlignmentEnum.Near.

Comments

The ButtonAlignment property defines the alignment of the scroll buttons.

The alignment of the Close, Minimize and Restore buttons is defined using the Buttons.Alignment property.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com